home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / timagefx / abtimgfx.dfm / abtimgfx.txt next >
Text File  |  1996-09-15  |  4KB  |  157 lines

  1. object AboutBox: TAboutBox
  2.   Left = 24
  3.   Top = 18
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About TImageFX'
  7.   ClientHeight = 312
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object StretchPanel1: TStretchPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 298
  20.     Height = 177
  21.     Align = alTop
  22.     TabOrder = 1
  23.     Anchors = []
  24.     KeepAspect = NoAspect
  25.     StretchControls = False
  26.     StretchFonts = False
  27.     object Panel1: TPanel
  28.       Left = 8
  29.       Top = 8
  30.       Width = 281
  31.       Height = 121
  32.       BevelInner = bvRaised
  33.       BevelOuter = bvLowered
  34.       TabOrder = 0
  35.       object ProgramIcon: TImage
  36.         Left = 8
  37.         Top = 8
  38.         Width = 65
  39.         Height = 57
  40.         Picture.Data = {<image000.bmp>}
  41.         Stretch = True
  42.         IsControl = True
  43.       end
  44.       object ProductName: TLabel
  45.         Left = 88
  46.         Top = 16
  47.         Width = 146
  48.         Height = 19
  49.         Caption = 'TImageFX for Delphi'
  50.         Font.Color = clBlack
  51.         Font.Height = -16
  52.         Font.Name = 'Times New Roman'
  53.         Font.Style = [fsBold, fsItalic]
  54.         ParentFont = False
  55.         IsControl = True
  56.       end
  57.       object Version: TLabel
  58.         Left = 120
  59.         Top = 48
  60.         Width = 72
  61.         Height = 13
  62.         Caption = 'Version 1.00'
  63.         Font.Color = clBlack
  64.         Font.Height = -11
  65.         Font.Name = 'MS Sans Serif'
  66.         Font.Style = [fsBold]
  67.         ParentFont = False
  68.         IsControl = True
  69.       end
  70.       object Copyright: TLabel
  71.         Left = 24
  72.         Top = 80
  73.         Width = 240
  74.         Height = 26
  75.         Alignment = taCenter
  76.         Caption = 'Copyright ∩┐╜1996 Beond Technology Corp. All rights reserved.'
  77.         Font.Color = clBlack
  78.         Font.Height = -11
  79.         Font.Name = 'MS Sans Serif'
  80.         Font.Style = [fsBold]
  81.         ParentFont = False
  82.         WordWrap = True
  83.         IsControl = True
  84.       end
  85.     end
  86.   end
  87.   object OKButton: TBitBtn
  88.     Left = 111
  89.     Top = 138
  90.     Width = 77
  91.     Height = 27
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 0
  98.     OnClick = OKButtonClick
  99.     Kind = bkOK
  100.     Margin = 2
  101.     Spacing = -1
  102.     IsControl = True
  103.   end
  104.   object Panel2: TPanel
  105.     Left = 0
  106.     Top = 177
  107.     Width = 298
  108.     Height = 135
  109.     Align = alClient
  110.     Alignment = taLeftJustify
  111.     BevelInner = bvLowered
  112.     BevelWidth = 2
  113.     TabOrder = 2
  114.     object Memo1: TMemo
  115.       Left = 4
  116.       Top = 4
  117.       Width = 290
  118.       Height = 127
  119.       Align = alClient
  120.       Font.Color = clBlack
  121.       Font.Height = -11
  122.       Font.Name = 'Arial'
  123.       Font.Style = [fsBold]
  124.       Lines.Strings = (
  125.         #9#9'TImageFX'
  126.         'Add SUPERCOOL bitmap transition effects to'
  127.         'your applications with absolutely NO EFFORT! '
  128.         'Attention getting multimedia transitions from'
  129.         'top to bottom, left to right, implode, explode'
  130.         'and more.'
  131.         ''
  132.         'Great for splash screens or where ever you'
  133.         'need to show a bitmap. Twenty effects for'
  134.         '$39.00 in a single component.'
  135.         'GO SWREG and register # 11822.'
  136.         ''
  137.         'Developed by'
  138.         ''
  139.         'Beond Technology Corp.'
  140.         'CompuServe: 76640,2664'
  141.         'Internet: brianlow@mcs.com'
  142.         ''
  143.         'Other Beond Tech products:'
  144.         ''
  145.         'TStretchPanel, the Delphi'
  146.         'panel which makes all its controls'
  147.         'elastic so they (and their fonts) grow'
  148.         'and shrink with the panel.')
  149.       ParentFont = False
  150.       ReadOnly = True
  151.       ScrollBars = ssVertical
  152.       TabOrder = 0
  153.       WantTabs = True
  154.     end
  155.   end
  156. end
  157.